stack memory

英 [stæk ˈmeməri] 美 [stæk ˈmeməri]

网络  栈内存; 堆栈存储器; 堆叠记忆体

计算机



双语例句

  1. This total has to include the text, data, and stack segments, plus all shared memory regions.
    这个总数必须包括文本、数据和栈段,再加上所有的共享内存区域。
  2. Every thread in an application requires memory to hold its stack ( the area of memory used to hold local variables and maintain state when calling functions).
    应用程序中的每个线程都需要内存来保存它的栈(用于在调用函数时保存本地变量和维持状态的内存区)。
  3. It is important to set this limit so the stack and shared memory address space do not collide with each other.
    设置这个限制,使堆栈和共享内存地址空间不会相互冲突,这一点很重要。
  4. To support the GPUs of today and tomorrow, one area of the Linux graphics stack that needed improvement was memory management, including buffer management, page mapping, placement, and caching.
    为了支持当前以及未来的GPU,Linux图形堆栈有一个领域需要提高,即内存管理,包括缓冲管理、页影射、放置和缓存。
  5. Every time a function is called, a new stack frame ( an area of memory inside the stack) is used to support the call.
    每当调用一个函数,就会使用一个新的堆栈帧来支持该调用。
  6. Physically, in memory, the stack grows downward, from large-numbered memory addresses to small-numbered ones.
    从物理上来说,堆栈是是向下伸展的,即从内存高地址向内存低地址伸展。
  7. In Win32, the thread stack is allocated automatically in the memory space of the process.
    在Win32中,线程的栈由进程的内存空间自动分配。
  8. The stack is the section of memory that holds function arguments and fields used in methods.
    栈是内存的一部分,存储函数参数和方法中使用的字段。
  9. This will save the old stack pointer and allocate stack memory atomically.
    这会保存原来的堆栈指针,并自动分配堆栈内存。
  10. The command line arguments are then accessed one by one from the stack and stored in the memory area until the command table gets full.
    然后,从堆栈一个个地访问命令行参数,并将它们存储在内存区中,直到命令表填满。
  11. Use to add a block of data to your diagram. Use with 3D stack to form a partitioned memory block.
    用于将数据块添加到图表中。与三维堆栈一同使用,以形成分区的内存块。
  12. Our brain works like a big search engine, when you insert a new piece of information, it goes on a big stack called short term memory.
    我们的大脑象一个大的搜索引擎,当你插入一条新的信息,会在一个叫做短期记忆的大堆栈中进行。
  13. How would you find out if a machine's stack grows up or down in memory?
    怎样找出一台电脑的堆栈使用的记忆体增加或是减少呢?
  14. Trace buffer doesn't save top of stack or contents of memory referenced by registers.
    跟踪缓冲区并不保存栈顶或由寄存器所指向的内存的内容。
  15. Design of Shadow Stack Scratch-Pad Memory Based on Performance Analysis
    基于性能分析的片上影子堆栈存储器设计
  16. Stack and backing store memory written to the minidump file should be filtered to remove all but the pointer values necessary to reconstruct a stack trace.
    栈和后备存储内存写入到转储文件应过滤,删除所有的指针值,但要重建一个堆栈跟踪。
  17. The number of bytes is popped from the stack; an amount of memory corresponding to the size is allocated from the local heap.
    从堆栈中弹出字节数;从本地堆分配与该大小相对应的内存量。
  18. In the design of EPA stack, memory management and timer queue is the key aspects which impact the performance of stack.
    在EPA通信协议栈设计中,内存管理和定时器队列管理是影响协议栈性能的主要方面。
  19. Not enough stack memory left.
    所剩的堆栈空间不够。
  20. These questions are: relation of kernel and process, making of kernel image, relation between kernel and memory in the process of booting, mechanism of kernel stack, relation of memory and implementation of semaphore.
    这些问题包括:内核与进程的关系、内核映象的生成、系统启动过程中内核与内存的关系、内核堆栈的机制等。
  21. In response to the disadvantages of register window method of Berkeley RISC processor, this paper presents an improved archi-tecture with an off-chip special stack memory.
    本文通过分析BerkeleyRISC处理器寄存器窗口方法的特点,针对其不足之处提出改进其结构的方法,并给出增加一个芯片外专用堆栈存储器的改进体系结构的设想。
  22. This paper presents a method to determine the proper size of applied task stack in the system whose memory is limited.
    给出一种在内存受限系统中确定应用任务堆栈合理大小的方法。
  23. Poly Stack Etch of Flash Memory
    FlashMemory中的叠栅腐蚀工艺
  24. The paper introduces the improvement to the method of simple seed fill for plane region plane on computer graphics, solved the question of this method on a seed repetition pushed the stack, saved the memory, sped up the algorithm speed.
    介绍了对计算机图形学中平面区域简单种子填充算法的改进,解决了该方法的同一个种子重复入栈的问题,节省了内存,加快了算法速度。
  25. This microprocessor uses dual-port RAM as java stack memory, which reduces the consumption of memory resource.
    使用双口RAM作为Java栈,减小了存储资源的消耗。
  26. Method to Test the Size of Task Stack in the Memory Limited Real-Time System
    内存受限实时系统中的一种任务堆栈大小检测方法
  27. This microprocessor uses dual-port RAM as Java stack memory, which reduces the consumption of memory resource. Thus it can be transplanted to low-cost FPGA devices.
    Java堆栈存储器使用了双端口RAM,这样设计可以移植到低成本的FPGA中,存储器资源耗用少。
  28. This paper proposes a new method to transforms the error that runtime stack overlaps with the static data sections to the one that runtime stack exceeds the memory space by modifying the layout of runtime stack and static data sections.
    文章通过改变运行栈与静态数据区的布局,将运行栈与静态数据区重叠的错误转化为运行栈超越内存地址空间的错误。